home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9711 / 000116_owner-linux-arm…r.rutgers.edu _Wed Nov 26 20:31:18 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id UAA08304
  4.     for <willy@odie.fluff.org>; Wed, 26 Nov 1997 20:31:14 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 37414]) by nic.funet.fi with ESMTP id <1297-7515>; Wed, 26 Nov 1997 22:30:01 +0200
  6. Received: by vger.rutgers.edu id <971369-219>; Wed, 26 Nov 1997 15:27:49 -0500
  7. Received: from odie.barnet.ac.uk ([194.82.202.98] EHLO odie.barnet.ac.uk ident: IDENT-NOT-QUERIED [port 1677]) by vger.rutgers.edu with ESMTP id <971361-216>; Wed, 26 Nov 1997 15:27:15 -0500
  8. Received: (from willy@localhost)
  9.     by odie.barnet.ac.uk (8.8.6/8.8.6) id UAA08285;
  10.     Wed, 26 Nov 1997 20:28:13 GMT
  11. From: Matthew Wilcox <willy@odie.barnet.ac.uk>
  12. Message-Id: <199711262028.UAA08285@odie.barnet.ac.uk>
  13. Subject: Re: Progs with compiling
  14. To: marx@POOL.Informatik.RWTH-Aachen.DE (Thomas Marx)
  15. Date:     Wed, 26 Nov 1997 20:28:12 +0000 (GMT)
  16. Cc: linux-arm@vger.rutgers.edu
  17. In-Reply-To: <9711261749.AA02374@ikki> from "Thomas Marx" at Nov 26, 97 06:49:38 pm
  18. X-Mailer: ELM [version 2.4 PL25]
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=US-ASCII
  21. Content-Transfer-Encoding: 7bit
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. Status: RO
  26.  
  27. > I am happy that my Linux runs mostly stable.
  28. > I tried to to compile the QT library. I use the option linux-gcc-static and
  29. > it compiled after I set a link from proc to proc-armv (is this right for a
  30. > RPC?) somewhere in the /usr/src tree.
  31.  
  32. Yes, this is right.  It's a consequence of how Russell has decided to
  33. organise the ARM port.  The right way to get the symlinks setup is to
  34. configure the kernel, the `make config' sets up the links for you.
  35. Whether the port should be organised into separate arm26 and arm32
  36. architectures, I don't know.  That's the way the Sparc32 & Sparc64 are
  37. set up, but it's really up to Russell.
  38.  
  39. > But every program (the tutorials and the exapmles) crash or say that virtual
  40. > memory is exhausted although I have lots free.
  41.  
  42. Don't know about this.  But without ELF, compiling a library is
  43. non-trivial, and you may well need Russell to assign you a base number -
  44. if this library builds for a.out at all!
  45.  
  46. > Beside of this I tried to compile python. It compiled the most part but when run a test 
  47. > it said that there was a mistake within the sqrt routine. What is the source
  48. > of this error?
  49.  
  50. I don't know.  I may test this tonight - I certainly know of one bug in
  51. libm, and there may be others.  This was due to a very poor specification
  52. of the FP instructions in the RISC OS 3 PRMs.
  53.  
  54. Phil, are the libc6 routines taken from the current libc4?  Do you want
  55. to be cc'd on any bug reports?
  56.  
  57. > Another mistake was when compiling an assembler file the routine 
  58. > ASM_OUTPUT_ADDDIR_DIFF_ELT was not known. What is this?
  59.  
  60. Umm.. if it's an assembler file, it's almost certainly not ARM assembler!
  61. You'll need to rewrite this file in any case.